Template Name and Template Version
- required
A manifest must include a Template Name field with a non-zero length string value. This should be your the name of Template Application.
The manifest must also include a Template Version field with a non-zero length string value. This should be the version of the Template Application that the Template Package will produce when deployed. The version number should follow Semantic Versioning.
Example:
// manifest.json{ "Template Name": "Water Treatment Operations Digital Twin", "Template Version": "1.0.5",}